home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 26 (Anniversary Edition)
/
Volume 26 [Anniversary Edition] - JOGO DISK .iso
/
DEPOSITO
/
REmovido
/
Nave
/
Galaxians.swf
/
scripts
/
frame_2
/
DoAction.as
Wrap
Text File
|
2006-06-13
|
359b
|
20 lines
stop();
_root.paused = 0;
but.onPress = function()
{
_root.gotoAndStop(3);
};
if(_root.score > _root.best)
{
_root.best = _root.score;
}
son = new Sound();
son.attachSound("shot");
son2 = new Sound();
son2.attachSound("shot2");
son3 = new Sound();
son3.attachSound("shot3");
son.setVolume(40);
son2.setVolume(40);
son3.setVolume(40);